@charset "utf-8";
/* CSS Document */

/* reset */
h1, h2, h3, ul, li, P, address{
	font-family: normal;
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	border:none;
	list-style-type: none;
}

img{
	margin: 0px;
	padding: 0px;
	border: 0px;
	vertical-align: top;

}





/* layout */
body{
	text-align: center;
	background-repeat: repeat;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	background-color:#a30d0e;

	
}

#warp{
	width: 710px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	}
	
#header{
	width: 710px;
	float: left;
	font-size: 18px;
	text-align: center;
	font-family: Arial, "新細明體-ExtB";
	padding-top: 20px;
	padding-bottom: 20px;
}

#Content {
	width: 710px;
	float: left;
	font-family: Arial, "新細明體-ExtB";
	font-size: 12px;
	color: #737373;
	text-align: left;
	
}

#footer{
	text-align: center;
	height: 40px;
	font-size: 12px;
	font-style: normal;
	color: #FFF;
	font-family: Arial, "新細明體-ExtB";
	text-decoration: none;
	float: left;
	padding-top: 5px;
	width:100%;
	border-top: 1px solid #c46465;
}

p {
	line-height: 20px;
}






.txt1 {
	font-size: 18px;
	font-weight: bold;
	color: #370a0a;
	margin-top: 18px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.txt2 {
	font-size: 15px;
	color: #000;
	margin: 10px;
	font-weight: normal;
}
.txt3 {
	font-size: 12px;
	color: #FFF;
	margin: 10px;
}
#block1 {
	float: left;
	width: 696px;
	background-color: #9D0A03;
	background-image: url(images/helovesme_03.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #FFF;
	min-height:630px;

}
#block2 {
	float: left;
	width: 14px;
	background-image: url(images/helovesme_04.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height:630px;
}

#footer a:link {
	color: #FFF;
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
}

#footer a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
}
#footer a:visited {
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
}
#footer a:active {
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
}